home *** CD-ROM | disk | FTP | other *** search
/ ArtGames with the Albright-Knox Art Gallery / Artgames With the Albright-Knox Art Gallery (HSBC)(AlbrightKnox).ISO / pc / games / gris.swf / scripts / frame_3 / DoAction.as
Text File  |  2003-09-22  |  92b  |  9 lines

  1. if(_framesloaded < _totalframes)
  2. {
  3.    gotoAndPlay(2);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(5);
  8. }
  9.